pp108 : Working with Web Services

Working with Web Services

This topic provides an overview on the definition and usage of Web services.

Web service is a software system designed to support machine to machine interaction over a network. This describes a standardized way of integrating web-based applications using XML, SOAP, WSDL, and UDDI open standards over an Internet protocol backbone. XML is used to tag the data, SOAP is used to transfer the data, WSDL to describe the services, and UDDI to list the services available.

Web services allow different applications from different sources to communicate with each other without consuming much time. As the communication is in XML, Web services are also platform independent. For example, Java-based applications can communicate with Perl-based applications, Windows applications can communicate with UNIX applications.

Web services do not require the use of browsers or HTML. Web services are sometimes called Application Services.

Process Platform supports generation of Web services on the following models:

Related tasks

Attaching User Interface to a Business Process Model
Creating a User Interface Using a Web Page URL
Creating a Business Process Model
Defining a New Web Service Source

Related information

Creating XForms